fix_build_on_x32
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Sat, 7 Jan 2017 03:27:44 +0000 (03:27 +0000)
committerRaspbian forward porter <root@raspbian.org>
Sat, 7 Jan 2017 03:27:44 +0000 (03:27 +0000)
Gbp-Pq: Name fix_build_on_x32.diff

src/platformsupport/eglconvenience/qt_egl_p.h

index 615ee4b80a680c720f55dd852875252b7fd109d7..b1495c9f9de8032d1b447375052d5e548599320b 100644 (file)
@@ -83,7 +83,7 @@ struct QtEglConverter<uint32_t, uintptr_t>
     { return v; }
 };
 
-#if Q_PROCESSOR_WORDSIZE > 4
+#if QT_POINTER_SIZE > 4
 template <>
 struct QtEglConverter<uintptr_t, uint32_t>
 {